home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC 21 / LogicielsPC_21.iso / Creation / Exemple LPC21 / Final / Mailing List.psm < prev    next >
Text File  |  2001-08-28  |  53KB  |  2,149 lines

  1. SCRIPT v0.60
  2. GENERAL
  3.     Mailing List Sender
  4.     Sylvain Seccia
  5.     c:\Program Files\Sylvain Seccia\PSM Samples\Mailing List Sender\
  6.     Mailing List.bmp
  7.     Sylvain Seccia\PSM Samples\Mailing List Sender
  8.     0
  9. DIALOGS:2
  10.     MAIN:27
  11.         SendMail,LoadAddress,LoadMessage,SaveMessage,zzFunc006,zzFunc007,Options,zzFunc008,zzFunc009,zzFunc010,zzFunc011,zzFunc012,zzFunc013,zzFunc014,zzFunc015,zzFunc016,zzFunc017,zzFunc018,zzFunc019,zzFunc020,zzFunc021,zzFunc022,zzFunc023,zzFunc024,zzFunc025,zzFunc026,zzFunc027,zzFunc028,zzFunc029,zzFunc030,zzFunc031,zzFunc032,zzFunc033,zzFunc034,zzFunc035,zzFunc036,zzFunc037,zzFunc038,zzFunc039,zzFunc040,zzFunc041,zzFunc042,zzFunc043,zzFunc044,zzFunc045,zzFunc046,zzFunc047,zzFunc048,zzFunc049,zzFunc050,zzFunc051,zzFunc052,zzFunc053,zzFunc054,zzFunc055,zzFunc056,zzFunc057,zzFunc058,zzFunc059,zzFunc060,zzFunc061,zzFunc062,zzFunc063,zzFunc064,zzFunc065,zzFunc066,zzFunc067,zzFunc068,zzFunc069,zzFunc070,zzFunc071,zzFunc072,zzFunc073,zzFunc074,zzFunc075,zzFunc076,zzFunc077,zzFunc078,zzFunc079,zzFunc080,zzFunc081,zzFunc082,zzFunc083,zzFunc084,zzFunc085,zzFunc086,zzFunc087,zzFunc088,zzFunc089,zzFunc090,zzFunc091,zzFunc092,zzFunc093,zzFunc094,zzFunc095,zzFunc096,zzFunc097,zzFunc098,zzFunc099,zzFunc100,
  12.         If
  13.             If
  14.             New Object
  15.             10,10,150,150
  16.             WS_CHILD,WS_VISIBLE,
  17.             
  18.             
  19.             0
  20.             192,192,192
  21.             
  22.             EVENTS:0
  23.         While
  24.             While
  25.             New Object
  26.             10,10,150,150
  27.             WS_CHILD,WS_VISIBLE,
  28.             
  29.             
  30.             0
  31.             192,192,192
  32.             
  33.             EVENTS:0
  34.         Function
  35.             Function
  36.             New Object
  37.             10,10,150,150
  38.             WS_CHILD,WS_VISIBLE,
  39.             
  40.             
  41.             0
  42.             192,192,192
  43.             
  44.             EVENTS:100
  45.                 SendMail
  46.                     0
  47.                     $Envoi du message α toutes les adresses
  48.                     $
  49.                     $VΘrifie que la liste des adresses n'est pas vide
  50.                     #If.IF<#m_ListAddress.GetCount<>, "=", "0">
  51.                     $Affiche un message d'erreur
  52.                     #MessageBox.Open<"Error", "No Address !", "OK", "EXCLAMATION">
  53.                     $Quitte l'ΘvΘnement car il n'y a pas d'adresse
  54.                     #General.Return<"">
  55.                     #If.ELSE<>
  56.                     #If.ENDIF<>
  57.                     $Ouvre le fichier INI pour les paramΦtres
  58.                     #m_Ini.Open<#System.GetProgramFolder<>&"settings.ini">
  59.                     $Change la valeur i en -1
  60.                     #i.Set<"-1">
  61.                     $Envoie le message α chaque adresse avec une boucle While o∙ i est l'index de l'adresse concernΘe
  62.                     #While.WHILE<#i.AddOne<>, "<", #m_ListAddress.GetCount<>>
  63.                     $Envoie l'email en rΘcupΘrant les paramΦtres du fichier INI, le sujet et le message
  64.                     #If.IF<#m_Network.SendMail<#m_Ini.GetValue<"OPTIONS", "DOMAIN">, #m_Ini.GetValue<"OPTIONS", "EMAIL">, #m_ListAddress.GetTextAt<#i.Get<>>, #m_EditSubject.GetText<>, #m_RichEdit.GetText<>>, "=", "0">
  65.                     $L'email n'a pu Ωtre envoyΘ α cause d'une erreur et il faut quitter l'ΘvΘnement
  66.                     $sans oublier de fermer le fichier INI
  67.                     #m_Ini.Close<>
  68.                     $Affiche un message d'erreur
  69.                     #MessageBox.Open<"Error", "Couldn't send messages.", "OK", "EXCLAMATION">
  70.                     $Quitte
  71.                     #General.Return<"">
  72.                     #If.ELSE<>
  73.                     #If.ENDIF<>
  74.                     $VΘrifie si l'utilisateur appuye sur la touche Echap
  75.                     #If.IF<#Keyboard.IsKeyDown<"ESCAPE">, "=", "1">
  76.                     $Quitte l'ΘvΘnement et ferme le fichier INI
  77.                     #m_Ini.Close<>
  78.                     #General.Return<"">
  79.                     #If.ELSE<>
  80.                     #If.ENDIF<>
  81.                     #While.ENDWHILE<>
  82.                     $Ferme le fichier INI
  83.                     #m_Ini.Close<>
  84.                     $Affiche un message pour indiquer que les messages ont bien ΘtΘ envoyΘs
  85.                     #MessageBox.Open<"Success", "Messages sent.", "OK", "EXCLAMATION">
  86.                     END
  87.                 LoadAddress
  88.                     0
  89.                     $Charge toutes les adresses depuis un fichier texte
  90.                     $
  91.                     $Ouvre un selecteur de fichier pour choisir le fichier adresse
  92.                     #If.IF<#m_Selector.OpenDialog<"", "Text Files|*.txt|All Files|*.*||", "NONE">, "=", "0">
  93.                     $L'utilisateur n'a pas choisi de fichier donc il faut quitter l'ΘvΘnement
  94.                     #General.Return<"">
  95.                     #If.ELSE<>
  96.                     #If.ENDIF<>
  97.                     $Essaye d'ouvrir le fichier choisi en lecture seule
  98.                     #If.IF<#m_File.Open<#m_Selector.GetPathName<"0">, "READ">, "=", "0">
  99.                     $Le fichier n'a pu Ωtre ouvert donc il faut quitter l'ΘvΘnement
  100.                     #General.Return<"">
  101.                     #If.ELSE<>
  102.                     #If.ENDIF<>
  103.                     $Efface la liste des adresses
  104.                     #m_ListAddress.Reset<>
  105.                     $Lit le fichier tant que la position actuelle n'est pas situΘe α la fin du fichier
  106.                     #While.WHILE<#m_File.GetPos<>, "<", #m_File.Length<>>
  107.                     $RΘcupΦre la ligne suivante sans le retour chariot
  108.                     #str.Set<#m_File.ReadWord<#General.GetChar<"13">>>
  109.                     $Lit le caractΦre suivant qui est le caractΦre 10 car un retour chariot comporte deux octets
  110.                     #m_File.ReadByte<>
  111.                     $Ajoute la ligne lue dans la liste des adresses
  112.                     #m_ListAddress.AddString<#str.Get<>>
  113.                     #While.ENDWHILE<>
  114.                     $Ferme le fichier m_File (trΦs important pour le rendre accessible par la suite)
  115.                     #m_File.Close<>
  116.                     END
  117.                 LoadMessage
  118.                     0
  119.                     $Charge un message depuis un fichier Texte
  120.                     $
  121.                     $Ouvre un selecteur de fichier pour l'utilisateur
  122.                     #If.IF<#m_Selector.OpenDialog<"", "Text Files|*.txt|All Files|*.*||", "NONE">, "=", "0">
  123.                     $L'utilisateur n'a pas choisi de fichier donc il faut quitter l'ΘvΘnement
  124.                     #General.Return<"">
  125.                     #If.ELSE<>
  126.                     #If.ENDIF<>
  127.                     $Efface le contenu du contr⌠le
  128.                     #m_RichEdit.SetText<"">
  129.                     $Ouvre le fichier choisi un peu plus haut
  130.                     #m_File.Open<#m_Selector.GetPathName<"0">, "READ">
  131.                     $lit la premiΦre ligne du fichier
  132.                     #str.Set<#m_File.ReadWord<#General.GetChar<"13">>>
  133.                     $Lit le caractere suivant (10)
  134.                     #m_File.ReadByte<>
  135.                     $Change le texte de m_EditSubject avec le texte lu
  136.                     #m_EditSubject.SetText<#str.Get<>>
  137.                     $Lit le fichier tant que la position actuelle n'est pas situΘe α la fin du fichier
  138.                     #While.WHILE<#m_File.GetPos<>, "<", #m_File.Length<>>
  139.                     $RΘcupΦre la ligne suivante sans le retour chariot
  140.                     #str.Set<#m_File.ReadWord<#General.GetChar<"10">>>
  141.                     $Ajoute la ligne lue au contr⌠le sans oublier de rajouter le caractΦre 10
  142.                     #m_RichEdit.SetText<#m_RichEdit.GetText<>&#str.Get<>&#General.GetChar<"10">>
  143.                     #While.ENDWHILE<>
  144.                     $Ferme le fichier m_File (trΦs important pour le rendre accessible par la suite)
  145.                     #m_File.Close<>
  146.                     END
  147.                 SaveMessage
  148.                     0
  149.                     $Sauve le message actuel vers un fichier
  150.                     $
  151.                     $Ouvre un selecteur de fichier
  152.                     #If.IF<#m_Selector.SaveDialog<"", "txt", "Text Files|*.txt||", "NONE">, "=", "0">
  153.                     $L'utilisateur n'a pas choisi de fichier donc il faut quitter l'ΘvΘnement
  154.                     #General.Return<"">
  155.                     #If.ELSE<>
  156.                     #If.ENDIF<>
  157.                     $Ouvre le fichier choisi par l'utilisateur en Θcriture
  158.                     #m_File.Open<#m_Selector.GetPathName<"0">, "WRITE">
  159.                     $Ecrit le sujet dans le fichier
  160.                     #m_File.Write<#m_EditSubject.GetText<>>
  161.                     $Ajoute le retour chariot constituΘ de 2 caractΦres (13 et 10)
  162.                     #m_File.Write<#General.GetChar<"13">&#General.GetChar<"10">>
  163.                     $Ecrit le message complet
  164.                     #m_File.Write<#m_RichEdit.GetText<>>
  165.                     $Ferme le fichier m_File (trΦs important pour le rendre accessible par la suite)
  166.                     #m_File.Close<>
  167.                     END
  168.                 zzFunc006
  169.                     0
  170.                     $To run this function use Call<> function
  171.                     $You can change its name from the tree control.
  172.                     END
  173.                 zzFunc007
  174.                     0
  175.                     $To run this function use Call<> function
  176.                     $You can change its name from the tree control.
  177.                     END
  178.                 Options
  179.                     0
  180.                     $Ouvre la boite de dialogue OPTION et la centre grace aux valeurs -1 et -1
  181.                     #MAIN.OpenModalWindow<"OPTION", "-1", "-1">
  182.                     END
  183.                 zzFunc008
  184.                     0
  185.                     $To run this function use Call<> function
  186.                     $You can change its name from the tree control.
  187.                     END
  188.                 zzFunc009
  189.                     0
  190.                     $To run this function use Call<> function
  191.                     $You can change its name from the tree control.
  192.                     END
  193.                 zzFunc010
  194.                     0
  195.                     $To run this function use Call<> function
  196.                     $You can change its name from the tree control.
  197.                     END
  198.                 zzFunc011
  199.                     0
  200.                     $To run this function use Call<> function
  201.                     $You can change its name from the tree control.
  202.                     END
  203.                 zzFunc012
  204.                     0
  205.                     $To run this function use Call<> function
  206.                     $You can change its name from the tree control.
  207.                     END
  208.                 zzFunc013
  209.                     0
  210.                     $To run this function use Call<> function
  211.                     $You can change its name from the tree control.
  212.                     END
  213.                 zzFunc014
  214.                     0
  215.                     $To run this function use Call<> function
  216.                     $You can change its name from the tree control.
  217.                     END
  218.                 zzFunc015
  219.                     0
  220.                     $To run this function use Call<> function
  221.                     $You can change its name from the tree control.
  222.                     END
  223.                 zzFunc016
  224.                     0
  225.                     $To run this function use Call<> function
  226.                     $You can change its name from the tree control.
  227.                     END
  228.                 zzFunc017
  229.                     0
  230.                     $To run this function use Call<> function
  231.                     $You can change its name from the tree control.
  232.                     END
  233.                 zzFunc018
  234.                     0
  235.                     $To run this function use Call<> function
  236.                     $You can change its name from the tree control.
  237.                     END
  238.                 zzFunc019
  239.                     0
  240.                     $To run this function use Call<> function
  241.                     $You can change its name from the tree control.
  242.                     END
  243.                 zzFunc020
  244.                     0
  245.                     $To run this function use Call<> function
  246.                     $You can change its name from the tree control.
  247.                     END
  248.                 zzFunc021
  249.                     0
  250.                     $To run this function use Call<> function
  251.                     $You can change its name from the tree control.
  252.                     END
  253.                 zzFunc022
  254.                     0
  255.                     $To run this function use Call<> function
  256.                     $You can change its name from the tree control.
  257.                     END
  258.                 zzFunc023
  259.                     0
  260.                     $To run this function use Call<> function
  261.                     $You can change its name from the tree control.
  262.                     END
  263.                 zzFunc024
  264.                     0
  265.                     $To run this function use Call<> function
  266.                     $You can change its name from the tree control.
  267.                     END
  268.                 zzFunc025
  269.                     0
  270.                     $To run this function use Call<> function
  271.                     $You can change its name from the tree control.
  272.                     END
  273.                 zzFunc026
  274.                     0
  275.                     $To run this function use Call<> function
  276.                     $You can change its name from the tree control.
  277.                     END
  278.                 zzFunc027
  279.                     0
  280.                     $To run this function use Call<> function
  281.                     $You can change its name from the tree control.
  282.                     END
  283.                 zzFunc028
  284.                     0
  285.                     $To run this function use Call<> function
  286.                     $You can change its name from the tree control.
  287.                     END
  288.                 zzFunc029
  289.                     0
  290.                     $To run this function use Call<> function
  291.                     $You can change its name from the tree control.
  292.                     END
  293.                 zzFunc030
  294.                     0
  295.                     $To run this function use Call<> function
  296.                     $You can change its name from the tree control.
  297.                     END
  298.                 zzFunc031
  299.                     0
  300.                     $To run this function use Call<> function
  301.                     $You can change its name from the tree control.
  302.                     END
  303.                 zzFunc032
  304.                     0
  305.                     $To run this function use Call<> function
  306.                     $You can change its name from the tree control.
  307.                     END
  308.                 zzFunc033
  309.                     0
  310.                     $To run this function use Call<> function
  311.                     $You can change its name from the tree control.
  312.                     END
  313.                 zzFunc034
  314.                     0
  315.                     $To run this function use Call<> function
  316.                     $You can change its name from the tree control.
  317.                     END
  318.                 zzFunc035
  319.                     0
  320.                     $To run this function use Call<> function
  321.                     $You can change its name from the tree control.
  322.                     END
  323.                 zzFunc036
  324.                     0
  325.                     $To run this function use Call<> function
  326.                     $You can change its name from the tree control.
  327.                     END
  328.                 zzFunc037
  329.                     0
  330.                     $To run this function use Call<> function
  331.                     $You can change its name from the tree control.
  332.                     END
  333.                 zzFunc038
  334.                     0
  335.                     $To run this function use Call<> function
  336.                     $You can change its name from the tree control.
  337.                     END
  338.                 zzFunc039
  339.                     0
  340.                     $To run this function use Call<> function
  341.                     $You can change its name from the tree control.
  342.                     END
  343.                 zzFunc040
  344.                     0
  345.                     $To run this function use Call<> function
  346.                     $You can change its name from the tree control.
  347.                     END
  348.                 zzFunc041
  349.                     0
  350.                     $To run this function use Call<> function
  351.                     $You can change its name from the tree control.
  352.                     END
  353.                 zzFunc042
  354.                     0
  355.                     $To run this function use Call<> function
  356.                     $You can change its name from the tree control.
  357.                     END
  358.                 zzFunc043
  359.                     0
  360.                     $To run this function use Call<> function
  361.                     $You can change its name from the tree control.
  362.                     END
  363.                 zzFunc044
  364.                     0
  365.                     $To run this function use Call<> function
  366.                     $You can change its name from the tree control.
  367.                     END
  368.                 zzFunc045
  369.                     0
  370.                     $To run this function use Call<> function
  371.                     $You can change its name from the tree control.
  372.                     END
  373.                 zzFunc046
  374.                     0
  375.                     $To run this function use Call<> function
  376.                     $You can change its name from the tree control.
  377.                     END
  378.                 zzFunc047
  379.                     0
  380.                     $To run this function use Call<> function
  381.                     $You can change its name from the tree control.
  382.                     END
  383.                 zzFunc048
  384.                     0
  385.                     $To run this function use Call<> function
  386.                     $You can change its name from the tree control.
  387.                     END
  388.                 zzFunc049
  389.                     0
  390.                     $To run this function use Call<> function
  391.                     $You can change its name from the tree control.
  392.                     END
  393.                 zzFunc050
  394.                     0
  395.                     $To run this function use Call<> function
  396.                     $You can change its name from the tree control.
  397.                     END
  398.                 zzFunc051
  399.                     0
  400.                     $To run this function use Call<> function
  401.                     $You can change its name from the tree control.
  402.                     END
  403.                 zzFunc052
  404.                     0
  405.                     $To run this function use Call<> function
  406.                     $You can change its name from the tree control.
  407.                     END
  408.                 zzFunc053
  409.                     0
  410.                     $To run this function use Call<> function
  411.                     $You can change its name from the tree control.
  412.                     END
  413.                 zzFunc054
  414.                     0
  415.                     $To run this function use Call<> function
  416.                     $You can change its name from the tree control.
  417.                     END
  418.                 zzFunc055
  419.                     0
  420.                     $To run this function use Call<> function
  421.                     $You can change its name from the tree control.
  422.                     END
  423.                 zzFunc056
  424.                     0
  425.                     $To run this function use Call<> function
  426.                     $You can change its name from the tree control.
  427.                     END
  428.                 zzFunc057
  429.                     0
  430.                     $To run this function use Call<> function
  431.                     $You can change its name from the tree control.
  432.                     END
  433.                 zzFunc058
  434.                     0
  435.                     $To run this function use Call<> function
  436.                     $You can change its name from the tree control.
  437.                     END
  438.                 zzFunc059
  439.                     0
  440.                     $To run this function use Call<> function
  441.                     $You can change its name from the tree control.
  442.                     END
  443.                 zzFunc060
  444.                     0
  445.                     $To run this function use Call<> function
  446.                     $You can change its name from the tree control.
  447.                     END
  448.                 zzFunc061
  449.                     0
  450.                     $To run this function use Call<> function
  451.                     $You can change its name from the tree control.
  452.                     END
  453.                 zzFunc062
  454.                     0
  455.                     $To run this function use Call<> function
  456.                     $You can change its name from the tree control.
  457.                     END
  458.                 zzFunc063
  459.                     0
  460.                     $To run this function use Call<> function
  461.                     $You can change its name from the tree control.
  462.                     END
  463.                 zzFunc064
  464.                     0
  465.                     $To run this function use Call<> function
  466.                     $You can change its name from the tree control.
  467.                     END
  468.                 zzFunc065
  469.                     0
  470.                     $To run this function use Call<> function
  471.                     $You can change its name from the tree control.
  472.                     END
  473.                 zzFunc066
  474.                     0
  475.                     $To run this function use Call<> function
  476.                     $You can change its name from the tree control.
  477.                     END
  478.                 zzFunc067
  479.                     0
  480.                     $To run this function use Call<> function
  481.                     $You can change its name from the tree control.
  482.                     END
  483.                 zzFunc068
  484.                     0
  485.                     $To run this function use Call<> function
  486.                     $You can change its name from the tree control.
  487.                     END
  488.                 zzFunc069
  489.                     0
  490.                     $To run this function use Call<> function
  491.                     $You can change its name from the tree control.
  492.                     END
  493.                 zzFunc070
  494.                     0
  495.                     $To run this function use Call<> function
  496.                     $You can change its name from the tree control.
  497.                     END
  498.                 zzFunc071
  499.                     0
  500.                     $To run this function use Call<> function
  501.                     $You can change its name from the tree control.
  502.                     END
  503.                 zzFunc072
  504.                     0
  505.                     $To run this function use Call<> function
  506.                     $You can change its name from the tree control.
  507.                     END
  508.                 zzFunc073
  509.                     0
  510.                     $To run this function use Call<> function
  511.                     $You can change its name from the tree control.
  512.                     END
  513.                 zzFunc074
  514.                     0
  515.                     $To run this function use Call<> function
  516.                     $You can change its name from the tree control.
  517.                     END
  518.                 zzFunc075
  519.                     0
  520.                     $To run this function use Call<> function
  521.                     $You can change its name from the tree control.
  522.                     END
  523.                 zzFunc076
  524.                     0
  525.                     $To run this function use Call<> function
  526.                     $You can change its name from the tree control.
  527.                     END
  528.                 zzFunc077
  529.                     0
  530.                     $To run this function use Call<> function
  531.                     $You can change its name from the tree control.
  532.                     END
  533.                 zzFunc078
  534.                     0
  535.                     $To run this function use Call<> function
  536.                     $You can change its name from the tree control.
  537.                     END
  538.                 zzFunc079
  539.                     0
  540.                     $To run this function use Call<> function
  541.                     $You can change its name from the tree control.
  542.                     END
  543.                 zzFunc080
  544.                     0
  545.                     $To run this function use Call<> function
  546.                     $You can change its name from the tree control.
  547.                     END
  548.                 zzFunc081
  549.                     0
  550.                     $To run this function use Call<> function
  551.                     $You can change its name from the tree control.
  552.                     END
  553.                 zzFunc082
  554.                     0
  555.                     $To run this function use Call<> function
  556.                     $You can change its name from the tree control.
  557.                     END
  558.                 zzFunc083
  559.                     0
  560.                     $To run this function use Call<> function
  561.                     $You can change its name from the tree control.
  562.                     END
  563.                 zzFunc084
  564.                     0
  565.                     $To run this function use Call<> function
  566.                     $You can change its name from the tree control.
  567.                     END
  568.                 zzFunc085
  569.                     0
  570.                     $To run this function use Call<> function
  571.                     $You can change its name from the tree control.
  572.                     END
  573.                 zzFunc086
  574.                     0
  575.                     $To run this function use Call<> function
  576.                     $You can change its name from the tree control.
  577.                     END
  578.                 zzFunc087
  579.                     0
  580.                     $To run this function use Call<> function
  581.                     $You can change its name from the tree control.
  582.                     END
  583.                 zzFunc088
  584.                     0
  585.                     $To run this function use Call<> function
  586.                     $You can change its name from the tree control.
  587.                     END
  588.                 zzFunc089
  589.                     0
  590.                     $To run this function use Call<> function
  591.                     $You can change its name from the tree control.
  592.                     END
  593.                 zzFunc090
  594.                     0
  595.                     $To run this function use Call<> function
  596.                     $You can change its name from the tree control.
  597.                     END
  598.                 zzFunc091
  599.                     0
  600.                     $To run this function use Call<> function
  601.                     $You can change its name from the tree control.
  602.                     END
  603.                 zzFunc092
  604.                     0
  605.                     $To run this function use Call<> function
  606.                     $You can change its name from the tree control.
  607.                     END
  608.                 zzFunc093
  609.                     0
  610.                     $To run this function use Call<> function
  611.                     $You can change its name from the tree control.
  612.                     END
  613.                 zzFunc094
  614.                     0
  615.                     $To run this function use Call<> function
  616.                     $You can change its name from the tree control.
  617.                     END
  618.                 zzFunc095
  619.                     0
  620.                     $To run this function use Call<> function
  621.                     $You can change its name from the tree control.
  622.                     END
  623.                 zzFunc096
  624.                     0
  625.                     $To run this function use Call<> function
  626.                     $You can change its name from the tree control.
  627.                     END
  628.                 zzFunc097
  629.                     0
  630.                     $To run this function use Call<> function
  631.                     $You can change its name from the tree control.
  632.                     END
  633.                 zzFunc098
  634.                     0
  635.                     $To run this function use Call<> function
  636.                     $You can change its name from the tree control.
  637.                     END
  638.                 zzFunc099
  639.                     0
  640.                     $To run this function use Call<> function
  641.                     $You can change its name from the tree control.
  642.                     END
  643.                 zzFunc100
  644.                     0
  645.                     $To run this function use Call<> function
  646.                     $You can change its name from the tree control.
  647.                     END
  648.         MAIN
  649.             Dialog
  650.             Mailing List Sender
  651.             0,0,520,422
  652.             WS_CHILD,WS_VISIBLE,WS_MINIMIZEBOX,WS_MAXIMIZEBOX,WS_SYSMENU,1,
  653.             
  654.             
  655.             0
  656.             192,192,192
  657.             
  658.             EVENTS:17
  659.                 OnClose
  660.                     0
  661.                     $Object Type : Dialog
  662.                     $Event Name : OnClose
  663.                     END
  664.                 OnDragFile
  665.                     0
  666.                     $Object Type : Dialog
  667.                     $Event Name : OnDragFile
  668.                     $Parameter 0 : Number of files
  669.                     $Parameter 1 : Pathname 1
  670.                     $Parameter 2 : Pathname 2...
  671.                     $
  672.                     END
  673.                 OnDraw
  674.                     0
  675.                     $Object Type : Dialog
  676.                     $Event Name : OnDraw
  677.                     END
  678.                 OnHScroll
  679.                     0
  680.                     $Object Type : Dialog
  681.                     $Event Name : OnHScroll
  682.                     $Parameter 0 : Previous Position
  683.                     $Parameter 1 : New Position
  684.                     $Parameter 2 : Variation
  685.                     END
  686.                 OnLButtonDbClk
  687.                     0
  688.                     $Object Type : Dialog
  689.                     $Event Name : OnLButtonDbClk
  690.                     END
  691.                 OnLButtonDown
  692.                     0
  693.                     $Object Type : Dialog
  694.                     $Event Name : OnLButtonDown
  695.                     END
  696.                 OnLButtonUp
  697.                     0
  698.                     $Object Type : Dialog
  699.                     $Event Name : OnLButtonUp
  700.                     END
  701.                 OnMButtonDbClk
  702.                     0
  703.                     $Object Type : Dialog
  704.                     $Event Name : OnMButtonDbClk
  705.                     END
  706.                 OnMButtonDown
  707.                     0
  708.                     $Object Type : Dialog
  709.                     $Event Name : OnMButtonDown
  710.                     END
  711.                 OnMButtonUp
  712.                     0
  713.                     $Object Type : Dialog
  714.                     $Event Name : OnMButtonUp
  715.                     END
  716.                 OnMove
  717.                     0
  718.                     $Object Type : Dialog
  719.                     $Event Name : OnMove
  720.                     END
  721.                 OnRButtonDbClk
  722.                     0
  723.                     $Object Type : Dialog
  724.                     $Event Name : OnRButtonDbClk
  725.                     END
  726.                 OnRButtonDown
  727.                     0
  728.                     $Object Type : Dialog
  729.                     $Event Name : OnRButtonDown
  730.                     END
  731.                 OnRButtonUp
  732.                     0
  733.                     $Object Type : Dialog
  734.                     $Event Name : OnRButtonUp
  735.                     END
  736.                 OnSize
  737.                     0
  738.                     $Object Type : Dialog
  739.                     $Event Name : OnSize
  740.                     END
  741.                 OnStart
  742.                     0
  743.                     $Object Type : Dialog
  744.                     $Event Name : OnStart
  745.                     $
  746.                     $Menu
  747.                     $Ajoute tous les items du menu m_MenuFile
  748.                     #m_MenuFile.AddItem<"LoadAddress">
  749.                     #m_MenuFile.AddItem<"LoadMessage">
  750.                     #m_MenuFile.AddItem<"SaveMessage">
  751.                     #m_MenuFile.AddItem<"Options">
  752.                     $Ajoute le menu m_MenuFile dans le menu m_Menu qui est le menu principal
  753.                     #m_Menu.AddMenu<#m_MenuFile.GetObjectID<>, "File">
  754.                     $Active le menu principal pour qu'il puisse s'afficher dans la fenΩtre
  755.                     #m_Menu.Activate<>
  756.                     $
  757.                     $Barre d'outils
  758.                     $Ajoute un bouton en rΘcupΘrant l'image des ressources et en attribuant une couleur transparente (255,0,0)
  759.                     #m_ToolBar.AddButton<"image/send.bmp", #General.GetRGB<"255", "0", "0">>
  760.                     $Change le texte du tooltip (0 pour l'index du bouton)
  761.                     #m_ToolBar.SetTipText<"0", "Send Now">
  762.                     $Active la gestion des tooltips
  763.                     #m_ToolBar.ActivateTip<"1">
  764.                     $
  765.                     $FenΩtre
  766.                     $SpΘcifie la taille minimale de la fenΩtre en rΘcupΘrant la taille actuelle
  767.                     #MAIN.SetMinSize<#MAIN.GetWidth<>, #MAIN.GetHeight<>>
  768.                     END
  769.                 OnVScroll
  770.                     0
  771.                     $Object Type : Dialog
  772.                     $Event Name : OnVScroll
  773.                     $Parameter 0 : Previous Position
  774.                     $Parameter 1 : New Position
  775.                     $Parameter 2 : Variation
  776.                     END
  777.         Disk
  778.             Disk
  779.             New Object
  780.             10,10,150,150
  781.             WS_CHILD,WS_VISIBLE,
  782.             
  783.             
  784.             0
  785.             192,192,192
  786.             
  787.             EVENTS:0
  788.         General
  789.             General
  790.             New Object
  791.             10,10,150,150
  792.             WS_CHILD,WS_VISIBLE,
  793.             
  794.             
  795.             0
  796.             192,192,192
  797.             
  798.             EVENTS:0
  799.         Keyboard
  800.             Keyboard
  801.             New Object
  802.             10,10,150,150
  803.             WS_CHILD,WS_VISIBLE,
  804.             
  805.             
  806.             0
  807.             192,192,192
  808.             
  809.             EVENTS:3
  810.                 OnDlgKeyDown
  811.                     0
  812.                     $Object Type : Keyboard
  813.                     $Event Name : OnDlgKeyDown
  814.                     $Parameter 0 : Key Pressed
  815.                     END
  816.                 OnKeyDown
  817.                     0
  818.                     $Object Type : Keyboard
  819.                     $Event Name : OnKeyDown
  820.                     $Parameter 0 : Key Pressed
  821.                     END
  822.                 OnKeyUp
  823.                     0
  824.                     $Object Type : Keyboard
  825.                     $Event Name : OnKeyUp
  826.                     $Parameter 0 : Key Pressed
  827.                     END
  828.         Math
  829.             Math
  830.             New Object
  831.             10,10,150,150
  832.             WS_CHILD,WS_VISIBLE,
  833.             
  834.             
  835.             0
  836.             192,192,192
  837.             
  838.             EVENTS:0
  839.         MessageBox
  840.             MessageBox
  841.             New Object
  842.             10,10,150,150
  843.             WS_CHILD,WS_VISIBLE,
  844.             
  845.             
  846.             0
  847.             192,192,192
  848.             
  849.             EVENTS:0
  850.         Mouse
  851.             Mouse
  852.             New Object
  853.             10,10,150,150
  854.             WS_CHILD,WS_VISIBLE,
  855.             
  856.             
  857.             0
  858.             192,192,192
  859.             
  860.             EVENTS:2
  861.                 OnMove
  862.                     0
  863.                     $Object Type : Mouse
  864.                     $Event Name : OnMove
  865.                     END
  866.                 OnWheel
  867.                     0
  868.                     $Object Type : Mouse
  869.                     $Event Name : OnWheel
  870.                     $Parameter 0 : -1 if move down and 1 if move up
  871.                     END
  872.         System
  873.             System
  874.             New Object
  875.             10,10,150,150
  876.             WS_CHILD,WS_VISIBLE,
  877.             
  878.             
  879.             0
  880.             192,192,192
  881.             
  882.             EVENTS:0
  883.         Timer
  884.             Timer
  885.             New Object
  886.             10,10,150,150
  887.             WS_CHILD,WS_VISIBLE,
  888.             
  889.             
  890.             0
  891.             192,192,192
  892.             
  893.             EVENTS:1
  894.                 OnTimer
  895.                     0
  896.                     $Object Type : Timer
  897.                     $Event Name : OnTimer
  898.                     $Parameter 0 : ID of the timer event
  899.                     END
  900.         m_MenuFile
  901.             Menu
  902.             New Object
  903.             10,10,150,150
  904.             WS_CHILD,WS_VISIBLE,
  905.             
  906.             
  907.             0
  908.             192,192,192
  909.             
  910.             EVENTS:1
  911.                 OnSelect
  912.                     0
  913.                     $Object Type : Menu
  914.                     $Event Name : OnSelect
  915.                     $Parameter 0 : Index of the selected item
  916.                     $
  917.                     $RΘcupΦre l'index de l'item sΘlectionnΘ avec #General.GetParam<"0">
  918.                     $RΘcupΦre le texte correspondant α l'index dans le menu avec #m_MenuFile.GetText<...>
  919.                     $Appelle la fonction portant le mΩme nom avec #Function.Call<"", ...>
  920.                     #Function.Call<"", #m_MenuFile.GetText<#General.GetParam<"0">>>
  921.                     END
  922.         m_Menu
  923.             Menu
  924.             New Object
  925.             10,10,150,150
  926.             WS_CHILD,WS_VISIBLE,
  927.             
  928.             
  929.             0
  930.             192,192,192
  931.             
  932.             EVENTS:1
  933.                 OnSelect
  934.                     0
  935.                     $Object Type : Menu
  936.                     $Event Name : OnSelect
  937.                     $Parameter 0 : Index of the selected item
  938.                     END
  939.         str
  940.             LocalString
  941.             New Object
  942.             10,10,150,150
  943.             WS_CHILD,WS_VISIBLE,
  944.             
  945.             
  946.             0
  947.             192,192,192
  948.             
  949.             EVENTS:0
  950.         m_RichEdit
  951.             RichEdit
  952.             
  953.             35,274,449,121
  954.             WS_CHILD,WS_VISIBLE,ES_MULTILINE,WS_HSCROLL,ES_AUTOHSCROLL,WS_VSCROLL,ES_AUTOVSCROLL,ES_WANTRETURN,WS_BORDER,
  955.             
  956.             
  957.             15
  958.             192,192,192
  959.             
  960.             EVENTS:16
  961.                 OnChange
  962.                     0
  963.                     $Object Type : RichEdit
  964.                     $Event Name : OnChange
  965.                     END
  966.                 OnHScroll
  967.                     0
  968.                     $Object Type : RichEdit
  969.                     $Event Name : OnHScroll
  970.                     END
  971.                 OnKeyDown
  972.                     0
  973.                     $Object Type : RichEdit
  974.                     $Event Name : OnKeyDown
  975.                     $Parameter 0 : Key Pressed
  976.                     END
  977.                 OnKeyUp
  978.                     0
  979.                     $Object Type : RichEdit
  980.                     $Event Name : OnKeyUp
  981.                     $Parameter 0 : Key Pressed
  982.                     END
  983.                 OnKillFocus
  984.                     0
  985.                     $Object Type : RichEdit
  986.                     $Event Name : OnKillFocus
  987.                     END
  988.                 OnLButtonDbClk
  989.                     0
  990.                     $Object Type : RichEdit
  991.                     $Event Name : OnLButtonDbClk
  992.                     END
  993.                 OnLButtonDown
  994.                     0
  995.                     $Object Type : RichEdit
  996.                     $Event Name : OnLButtonDown
  997.                     END
  998.                 OnLButtonUp
  999.                     0
  1000.                     $Object Type : RichEdit
  1001.                     $Event Name : OnLButtonUp
  1002.                     END
  1003.                 OnMButtonDbClk
  1004.                     0
  1005.                     $Object Type : RichEdit
  1006.                     $Event Name : OnMButtonDbClk
  1007.                     END
  1008.                 OnMButtonDown
  1009.                     0
  1010.                     $Object Type : RichEdit
  1011.                     $Event Name : OnMButtonDown
  1012.                     END
  1013.                 OnMButtonUp
  1014.                     0
  1015.                     $Object Type : RichEdit
  1016.                     $Event Name : OnMButtonUp
  1017.                     END
  1018.                 OnRButtonDbClk
  1019.                     0
  1020.                     $Object Type : RichEdit
  1021.                     $Event Name : OnRButtonDbClk
  1022.                     END
  1023.                 OnRButtonDown
  1024.                     0
  1025.                     $Object Type : RichEdit
  1026.                     $Event Name : OnRButtonDown
  1027.                     END
  1028.                 OnRButtonUp
  1029.                     0
  1030.                     $Object Type : RichEdit
  1031.                     $Event Name : OnRButtonUp
  1032.                     END
  1033.                 OnSetFocus
  1034.                     0
  1035.                     $Object Type : RichEdit
  1036.                     $Event Name : OnSetFocus
  1037.                     END
  1038.                 OnVScroll
  1039.                     0
  1040.                     $Object Type : RichEdit
  1041.                     $Event Name : OnVScroll
  1042.                     END
  1043.         m_Group
  1044.             Group
  1045.             Address
  1046.             16,37,489,178
  1047.             WS_CHILD,WS_VISIBLE,
  1048.             
  1049.             
  1050.             12
  1051.             192,192,192
  1052.             
  1053.             EVENTS:0
  1054.         m_ListAddress
  1055.             List
  1056.             
  1057.             26,60,467,146
  1058.             WS_CHILD,WS_VISIBLE,WS_BORDER,LBS_SORT,WS_VSCROLL,LBS_NOINTEGRALHEIGHT,LBS_EXTENDEDSEL,
  1059.             
  1060.             
  1061.             12
  1062.             192,192,192
  1063.             
  1064.             EVENTS:4
  1065.                 OnDoubleClick
  1066.                     0
  1067.                     $Object Type : List
  1068.                     $Event Name : OnDoubleClick
  1069.                     END
  1070.                 OnKillFocus
  1071.                     0
  1072.                     $Object Type : List
  1073.                     $Event Name : OnKillFocus
  1074.                     END
  1075.                 OnSelChange
  1076.                     0
  1077.                     $Object Type : List
  1078.                     $Event Name : OnSelChange
  1079.                     END
  1080.                 OnSetFocus
  1081.                     0
  1082.                     $Object Type : List
  1083.                     $Event Name : OnSetFocus
  1084.                     END
  1085.         m_Group2
  1086.             Group
  1087.             Message to Send
  1088.             16,222,489,188
  1089.             WS_CHILD,WS_VISIBLE,
  1090.             
  1091.             
  1092.             15
  1093.             192,192,192
  1094.             
  1095.             EVENTS:0
  1096.         m_Selector
  1097.             Selector
  1098.             New Object
  1099.             10,10,150,150
  1100.             WS_CHILD,WS_VISIBLE,
  1101.             
  1102.             
  1103.             0
  1104.             192,192,192
  1105.             
  1106.             EVENTS:0
  1107.         m_ToolBar
  1108.             ToolBar
  1109.             
  1110.             0,0,520,24
  1111.             WS_CHILD,WS_VISIBLE,WS_BORDER,
  1112.             
  1113.             
  1114.             12
  1115.             192,192,192
  1116.             
  1117.             EVENTS:1
  1118.                 OnSelect
  1119.                     0
  1120.                     $Object Type : ToolBar
  1121.                     $Event Name : OnSelect
  1122.                     $Parameter 0 : Index of the icon pushed.
  1123.                     $
  1124.                     $RΘcupΦre l'index du bouton sΘlectionnΘ avec #General.GetParam<"0">
  1125.                     $RΘcupΦre le texte correspondant α l'index avec #m_ToolBar.GetTipText<...>
  1126.                     $Stocke le texte dans la variable #str
  1127.                     #str.Set<#m_ToolBar.GetTipText<#General.GetParam<"0">>>
  1128.                     $Compare la valeur #str au texte "Send Now"
  1129.                     #If.IF<#str.Get<>, "=", "Send Now">
  1130.                     $Appelle la fonction "SendMail"
  1131.                     #Function.Call<"", "SendMail">
  1132.                     #If.ELSE<>
  1133.                     #If.ENDIF<>
  1134.                     END
  1135.         m_File
  1136.             File
  1137.             New Object
  1138.             10,10,150,150
  1139.             WS_CHILD,WS_VISIBLE,
  1140.             
  1141.             
  1142.             0
  1143.             192,192,192
  1144.             
  1145.             EVENTS:0
  1146.         i
  1147.             LocalNumber
  1148.             New Object
  1149.             10,10,150,150
  1150.             WS_CHILD,WS_VISIBLE,
  1151.             
  1152.             
  1153.             0
  1154.             192,192,192
  1155.             
  1156.             EVENTS:0
  1157.         m_Network
  1158.             Network
  1159.             New Object
  1160.             10,10,150,150
  1161.             WS_CHILD,WS_VISIBLE,
  1162.             
  1163.             
  1164.             0
  1165.             192,192,192
  1166.             
  1167.             EVENTS:0
  1168.         m_EditSubject
  1169.             Edit
  1170.             
  1171.             106,246,377,22
  1172.             WS_CHILD,WS_VISIBLE,ES_AUTOHSCROLL,WS_BORDER,
  1173.             
  1174.             
  1175.             12
  1176.             192,192,192
  1177.             
  1178.             EVENTS:5
  1179.                 OnChange
  1180.                     0
  1181.                     $Object Type : Edit
  1182.                     $Event Name : OnChange
  1183.                     END
  1184.                 OnHScroll
  1185.                     0
  1186.                     $Object Type : Edit
  1187.                     $Event Name : OnHScroll
  1188.                     END
  1189.                 OnKillFocus
  1190.                     0
  1191.                     $Object Type : Edit
  1192.                     $Event Name : OnKillFocus
  1193.                     END
  1194.                 OnSetFocus
  1195.                     0
  1196.                     $Object Type : Edit
  1197.                     $Event Name : OnSetFocus
  1198.                     END
  1199.                 OnVScroll
  1200.                     0
  1201.                     $Object Type : Edit
  1202.                     $Event Name : OnVScroll
  1203.                     END
  1204.         m_TextSubject
  1205.             Text
  1206.             Subject
  1207.             37,249,55,18
  1208.             WS_CHILD,WS_VISIBLE,
  1209.             
  1210.             
  1211.             0
  1212.             192,192,192
  1213.             
  1214.             EVENTS:0
  1215.         m_Ini
  1216.             Ini
  1217.             New Object
  1218.             10,10,150,150
  1219.             WS_CHILD,WS_VISIBLE,
  1220.             
  1221.             
  1222.             0
  1223.             192,192,192
  1224.             
  1225.             EVENTS:0
  1226.     OPTION:18
  1227.         zzFunc001,zzFunc002,zzFunc003,zzFunc004,zzFunc005,zzFunc006,zzFunc007,zzFunc008,zzFunc009,zzFunc010,zzFunc011,zzFunc012,zzFunc013,zzFunc014,zzFunc015,zzFunc016,zzFunc017,zzFunc018,zzFunc019,zzFunc020,zzFunc021,zzFunc022,zzFunc023,zzFunc024,zzFunc025,zzFunc026,zzFunc027,zzFunc028,zzFunc029,zzFunc030,zzFunc031,zzFunc032,zzFunc033,zzFunc034,zzFunc035,zzFunc036,zzFunc037,zzFunc038,zzFunc039,zzFunc040,zzFunc041,zzFunc042,zzFunc043,zzFunc044,zzFunc045,zzFunc046,zzFunc047,zzFunc048,zzFunc049,zzFunc050,zzFunc051,zzFunc052,zzFunc053,zzFunc054,zzFunc055,zzFunc056,zzFunc057,zzFunc058,zzFunc059,zzFunc060,zzFunc061,zzFunc062,zzFunc063,zzFunc064,zzFunc065,zzFunc066,zzFunc067,zzFunc068,zzFunc069,zzFunc070,zzFunc071,zzFunc072,zzFunc073,zzFunc074,zzFunc075,zzFunc076,zzFunc077,zzFunc078,zzFunc079,zzFunc080,zzFunc081,zzFunc082,zzFunc083,zzFunc084,zzFunc085,zzFunc086,zzFunc087,zzFunc088,zzFunc089,zzFunc090,zzFunc091,zzFunc092,zzFunc093,zzFunc094,zzFunc095,zzFunc096,zzFunc097,zzFunc098,zzFunc099,zzFunc100,
  1228.         If
  1229.             If
  1230.             New Object
  1231.             10,10,150,150
  1232.             WS_CHILD,WS_VISIBLE,
  1233.             
  1234.             
  1235.             0
  1236.             192,192,192
  1237.             
  1238.             EVENTS:0
  1239.         While
  1240.             While
  1241.             New Object
  1242.             10,10,150,150
  1243.             WS_CHILD,WS_VISIBLE,
  1244.             
  1245.             
  1246.             0
  1247.             192,192,192
  1248.             
  1249.             EVENTS:0
  1250.         Function
  1251.             Function
  1252.             New Object
  1253.             10,10,150,150
  1254.             WS_CHILD,WS_VISIBLE,
  1255.             
  1256.             
  1257.             0
  1258.             192,192,192
  1259.             
  1260.             EVENTS:100
  1261.                 zzFunc001
  1262.                     0
  1263.                     $To run this function use Call<> function
  1264.                     $You can change its name from the tree control.
  1265.                     END
  1266.                 zzFunc002
  1267.                     0
  1268.                     $To run this function use Call<> function
  1269.                     $You can change its name from the tree control.
  1270.                     END
  1271.                 zzFunc003
  1272.                     0
  1273.                     $To run this function use Call<> function
  1274.                     $You can change its name from the tree control.
  1275.                     END
  1276.                 zzFunc004
  1277.                     0
  1278.                     $To run this function use Call<> function
  1279.                     $You can change its name from the tree control.
  1280.                     END
  1281.                 zzFunc005
  1282.                     0
  1283.                     $To run this function use Call<> function
  1284.                     $You can change its name from the tree control.
  1285.                     END
  1286.                 zzFunc006
  1287.                     0
  1288.                     $To run this function use Call<> function
  1289.                     $You can change its name from the tree control.
  1290.                     END
  1291.                 zzFunc007
  1292.                     0
  1293.                     $To run this function use Call<> function
  1294.                     $You can change its name from the tree control.
  1295.                     END
  1296.                 zzFunc008
  1297.                     0
  1298.                     $To run this function use Call<> function
  1299.                     $You can change its name from the tree control.
  1300.                     END
  1301.                 zzFunc009
  1302.                     0
  1303.                     $To run this function use Call<> function
  1304.                     $You can change its name from the tree control.
  1305.                     END
  1306.                 zzFunc010
  1307.                     0
  1308.                     $To run this function use Call<> function
  1309.                     $You can change its name from the tree control.
  1310.                     END
  1311.                 zzFunc011
  1312.                     0
  1313.                     $To run this function use Call<> function
  1314.                     $You can change its name from the tree control.
  1315.                     END
  1316.                 zzFunc012
  1317.                     0
  1318.                     $To run this function use Call<> function
  1319.                     $You can change its name from the tree control.
  1320.                     END
  1321.                 zzFunc013
  1322.                     0
  1323.                     $To run this function use Call<> function
  1324.                     $You can change its name from the tree control.
  1325.                     END
  1326.                 zzFunc014
  1327.                     0
  1328.                     $To run this function use Call<> function
  1329.                     $You can change its name from the tree control.
  1330.                     END
  1331.                 zzFunc015
  1332.                     0
  1333.                     $To run this function use Call<> function
  1334.                     $You can change its name from the tree control.
  1335.                     END
  1336.                 zzFunc016
  1337.                     0
  1338.                     $To run this function use Call<> function
  1339.                     $You can change its name from the tree control.
  1340.                     END
  1341.                 zzFunc017
  1342.                     0
  1343.                     $To run this function use Call<> function
  1344.                     $You can change its name from the tree control.
  1345.                     END
  1346.                 zzFunc018
  1347.                     0
  1348.                     $To run this function use Call<> function
  1349.                     $You can change its name from the tree control.
  1350.                     END
  1351.                 zzFunc019
  1352.                     0
  1353.                     $To run this function use Call<> function
  1354.                     $You can change its name from the tree control.
  1355.                     END
  1356.                 zzFunc020
  1357.                     0
  1358.                     $To run this function use Call<> function
  1359.                     $You can change its name from the tree control.
  1360.                     END
  1361.                 zzFunc021
  1362.                     0
  1363.                     $To run this function use Call<> function
  1364.                     $You can change its name from the tree control.
  1365.                     END
  1366.                 zzFunc022
  1367.                     0
  1368.                     $To run this function use Call<> function
  1369.                     $You can change its name from the tree control.
  1370.                     END
  1371.                 zzFunc023
  1372.                     0
  1373.                     $To run this function use Call<> function
  1374.                     $You can change its name from the tree control.
  1375.                     END
  1376.                 zzFunc024
  1377.                     0
  1378.                     $To run this function use Call<> function
  1379.                     $You can change its name from the tree control.
  1380.                     END
  1381.                 zzFunc025
  1382.                     0
  1383.                     $To run this function use Call<> function
  1384.                     $You can change its name from the tree control.
  1385.                     END
  1386.                 zzFunc026
  1387.                     0
  1388.                     $To run this function use Call<> function
  1389.                     $You can change its name from the tree control.
  1390.                     END
  1391.                 zzFunc027
  1392.                     0
  1393.                     $To run this function use Call<> function
  1394.                     $You can change its name from the tree control.
  1395.                     END
  1396.                 zzFunc028
  1397.                     0
  1398.                     $To run this function use Call<> function
  1399.                     $You can change its name from the tree control.
  1400.                     END
  1401.                 zzFunc029
  1402.                     0
  1403.                     $To run this function use Call<> function
  1404.                     $You can change its name from the tree control.
  1405.                     END
  1406.                 zzFunc030
  1407.                     0
  1408.                     $To run this function use Call<> function
  1409.                     $You can change its name from the tree control.
  1410.                     END
  1411.                 zzFunc031
  1412.                     0
  1413.                     $To run this function use Call<> function
  1414.                     $You can change its name from the tree control.
  1415.                     END
  1416.                 zzFunc032
  1417.                     0
  1418.                     $To run this function use Call<> function
  1419.                     $You can change its name from the tree control.
  1420.                     END
  1421.                 zzFunc033
  1422.                     0
  1423.                     $To run this function use Call<> function
  1424.                     $You can change its name from the tree control.
  1425.                     END
  1426.                 zzFunc034
  1427.                     0
  1428.                     $To run this function use Call<> function
  1429.                     $You can change its name from the tree control.
  1430.                     END
  1431.                 zzFunc035
  1432.                     0
  1433.                     $To run this function use Call<> function
  1434.                     $You can change its name from the tree control.
  1435.                     END
  1436.                 zzFunc036
  1437.                     0
  1438.                     $To run this function use Call<> function
  1439.                     $You can change its name from the tree control.
  1440.                     END
  1441.                 zzFunc037
  1442.                     0
  1443.                     $To run this function use Call<> function
  1444.                     $You can change its name from the tree control.
  1445.                     END
  1446.                 zzFunc038
  1447.                     0
  1448.                     $To run this function use Call<> function
  1449.                     $You can change its name from the tree control.
  1450.                     END
  1451.                 zzFunc039
  1452.                     0
  1453.                     $To run this function use Call<> function
  1454.                     $You can change its name from the tree control.
  1455.                     END
  1456.                 zzFunc040
  1457.                     0
  1458.                     $To run this function use Call<> function
  1459.                     $You can change its name from the tree control.
  1460.                     END
  1461.                 zzFunc041
  1462.                     0
  1463.                     $To run this function use Call<> function
  1464.                     $You can change its name from the tree control.
  1465.                     END
  1466.                 zzFunc042
  1467.                     0
  1468.                     $To run this function use Call<> function
  1469.                     $You can change its name from the tree control.
  1470.                     END
  1471.                 zzFunc043
  1472.                     0
  1473.                     $To run this function use Call<> function
  1474.                     $You can change its name from the tree control.
  1475.                     END
  1476.                 zzFunc044
  1477.                     0
  1478.                     $To run this function use Call<> function
  1479.                     $You can change its name from the tree control.
  1480.                     END
  1481.                 zzFunc045
  1482.                     0
  1483.                     $To run this function use Call<> function
  1484.                     $You can change its name from the tree control.
  1485.                     END
  1486.                 zzFunc046
  1487.                     0
  1488.                     $To run this function use Call<> function
  1489.                     $You can change its name from the tree control.
  1490.                     END
  1491.                 zzFunc047
  1492.                     0
  1493.                     $To run this function use Call<> function
  1494.                     $You can change its name from the tree control.
  1495.                     END
  1496.                 zzFunc048
  1497.                     0
  1498.                     $To run this function use Call<> function
  1499.                     $You can change its name from the tree control.
  1500.                     END
  1501.                 zzFunc049
  1502.                     0
  1503.                     $To run this function use Call<> function
  1504.                     $You can change its name from the tree control.
  1505.                     END
  1506.                 zzFunc050
  1507.                     0
  1508.                     $To run this function use Call<> function
  1509.                     $You can change its name from the tree control.
  1510.                     END
  1511.                 zzFunc051
  1512.                     0
  1513.                     $To run this function use Call<> function
  1514.                     $You can change its name from the tree control.
  1515.                     END
  1516.                 zzFunc052
  1517.                     0
  1518.                     $To run this function use Call<> function
  1519.                     $You can change its name from the tree control.
  1520.                     END
  1521.                 zzFunc053
  1522.                     0
  1523.                     $To run this function use Call<> function
  1524.                     $You can change its name from the tree control.
  1525.                     END
  1526.                 zzFunc054
  1527.                     0
  1528.                     $To run this function use Call<> function
  1529.                     $You can change its name from the tree control.
  1530.                     END
  1531.                 zzFunc055
  1532.                     0
  1533.                     $To run this function use Call<> function
  1534.                     $You can change its name from the tree control.
  1535.                     END
  1536.                 zzFunc056
  1537.                     0
  1538.                     $To run this function use Call<> function
  1539.                     $You can change its name from the tree control.
  1540.                     END
  1541.                 zzFunc057
  1542.                     0
  1543.                     $To run this function use Call<> function
  1544.                     $You can change its name from the tree control.
  1545.                     END
  1546.                 zzFunc058
  1547.                     0
  1548.                     $To run this function use Call<> function
  1549.                     $You can change its name from the tree control.
  1550.                     END
  1551.                 zzFunc059
  1552.                     0
  1553.                     $To run this function use Call<> function
  1554.                     $You can change its name from the tree control.
  1555.                     END
  1556.                 zzFunc060
  1557.                     0
  1558.                     $To run this function use Call<> function
  1559.                     $You can change its name from the tree control.
  1560.                     END
  1561.                 zzFunc061
  1562.                     0
  1563.                     $To run this function use Call<> function
  1564.                     $You can change its name from the tree control.
  1565.                     END
  1566.                 zzFunc062
  1567.                     0
  1568.                     $To run this function use Call<> function
  1569.                     $You can change its name from the tree control.
  1570.                     END
  1571.                 zzFunc063
  1572.                     0
  1573.                     $To run this function use Call<> function
  1574.                     $You can change its name from the tree control.
  1575.                     END
  1576.                 zzFunc064
  1577.                     0
  1578.                     $To run this function use Call<> function
  1579.                     $You can change its name from the tree control.
  1580.                     END
  1581.                 zzFunc065
  1582.                     0
  1583.                     $To run this function use Call<> function
  1584.                     $You can change its name from the tree control.
  1585.                     END
  1586.                 zzFunc066
  1587.                     0
  1588.                     $To run this function use Call<> function
  1589.                     $You can change its name from the tree control.
  1590.                     END
  1591.                 zzFunc067
  1592.                     0
  1593.                     $To run this function use Call<> function
  1594.                     $You can change its name from the tree control.
  1595.                     END
  1596.                 zzFunc068
  1597.                     0
  1598.                     $To run this function use Call<> function
  1599.                     $You can change its name from the tree control.
  1600.                     END
  1601.                 zzFunc069
  1602.                     0
  1603.                     $To run this function use Call<> function
  1604.                     $You can change its name from the tree control.
  1605.                     END
  1606.                 zzFunc070
  1607.                     0
  1608.                     $To run this function use Call<> function
  1609.                     $You can change its name from the tree control.
  1610.                     END
  1611.                 zzFunc071
  1612.                     0
  1613.                     $To run this function use Call<> function
  1614.                     $You can change its name from the tree control.
  1615.                     END
  1616.                 zzFunc072
  1617.                     0
  1618.                     $To run this function use Call<> function
  1619.                     $You can change its name from the tree control.
  1620.                     END
  1621.                 zzFunc073
  1622.                     0
  1623.                     $To run this function use Call<> function
  1624.                     $You can change its name from the tree control.
  1625.                     END
  1626.                 zzFunc074
  1627.                     0
  1628.                     $To run this function use Call<> function
  1629.                     $You can change its name from the tree control.
  1630.                     END
  1631.                 zzFunc075
  1632.                     0
  1633.                     $To run this function use Call<> function
  1634.                     $You can change its name from the tree control.
  1635.                     END
  1636.                 zzFunc076
  1637.                     0
  1638.                     $To run this function use Call<> function
  1639.                     $You can change its name from the tree control.
  1640.                     END
  1641.                 zzFunc077
  1642.                     0
  1643.                     $To run this function use Call<> function
  1644.                     $You can change its name from the tree control.
  1645.                     END
  1646.                 zzFunc078
  1647.                     0
  1648.                     $To run this function use Call<> function
  1649.                     $You can change its name from the tree control.
  1650.                     END
  1651.                 zzFunc079
  1652.                     0
  1653.                     $To run this function use Call<> function
  1654.                     $You can change its name from the tree control.
  1655.                     END
  1656.                 zzFunc080
  1657.                     0
  1658.                     $To run this function use Call<> function
  1659.                     $You can change its name from the tree control.
  1660.                     END
  1661.                 zzFunc081
  1662.                     0
  1663.                     $To run this function use Call<> function
  1664.                     $You can change its name from the tree control.
  1665.                     END
  1666.                 zzFunc082
  1667.                     0
  1668.                     $To run this function use Call<> function
  1669.                     $You can change its name from the tree control.
  1670.                     END
  1671.                 zzFunc083
  1672.                     0
  1673.                     $To run this function use Call<> function
  1674.                     $You can change its name from the tree control.
  1675.                     END
  1676.                 zzFunc084
  1677.                     0
  1678.                     $To run this function use Call<> function
  1679.                     $You can change its name from the tree control.
  1680.                     END
  1681.                 zzFunc085
  1682.                     0
  1683.                     $To run this function use Call<> function
  1684.                     $You can change its name from the tree control.
  1685.                     END
  1686.                 zzFunc086
  1687.                     0
  1688.                     $To run this function use Call<> function
  1689.                     $You can change its name from the tree control.
  1690.                     END
  1691.                 zzFunc087
  1692.                     0
  1693.                     $To run this function use Call<> function
  1694.                     $You can change its name from the tree control.
  1695.                     END
  1696.                 zzFunc088
  1697.                     0
  1698.                     $To run this function use Call<> function
  1699.                     $You can change its name from the tree control.
  1700.                     END
  1701.                 zzFunc089
  1702.                     0
  1703.                     $To run this function use Call<> function
  1704.                     $You can change its name from the tree control.
  1705.                     END
  1706.                 zzFunc090
  1707.                     0
  1708.                     $To run this function use Call<> function
  1709.                     $You can change its name from the tree control.
  1710.                     END
  1711.                 zzFunc091
  1712.                     0
  1713.                     $To run this function use Call<> function
  1714.                     $You can change its name from the tree control.
  1715.                     END
  1716.                 zzFunc092
  1717.                     0
  1718.                     $To run this function use Call<> function
  1719.                     $You can change its name from the tree control.
  1720.                     END
  1721.                 zzFunc093
  1722.                     0
  1723.                     $To run this function use Call<> function
  1724.                     $You can change its name from the tree control.
  1725.                     END
  1726.                 zzFunc094
  1727.                     0
  1728.                     $To run this function use Call<> function
  1729.                     $You can change its name from the tree control.
  1730.                     END
  1731.                 zzFunc095
  1732.                     0
  1733.                     $To run this function use Call<> function
  1734.                     $You can change its name from the tree control.
  1735.                     END
  1736.                 zzFunc096
  1737.                     0
  1738.                     $To run this function use Call<> function
  1739.                     $You can change its name from the tree control.
  1740.                     END
  1741.                 zzFunc097
  1742.                     0
  1743.                     $To run this function use Call<> function
  1744.                     $You can change its name from the tree control.
  1745.                     END
  1746.                 zzFunc098
  1747.                     0
  1748.                     $To run this function use Call<> function
  1749.                     $You can change its name from the tree control.
  1750.                     END
  1751.                 zzFunc099
  1752.                     0
  1753.                     $To run this function use Call<> function
  1754.                     $You can change its name from the tree control.
  1755.                     END
  1756.                 zzFunc100
  1757.                     0
  1758.                     $To run this function use Call<> function
  1759.                     $You can change its name from the tree control.
  1760.                     END
  1761.         OPTION
  1762.             Dialog
  1763.             Options
  1764.             0,0,393,122
  1765.             WS_CHILD,WS_VISIBLE,WS_SYSMENU,2,
  1766.             
  1767.             
  1768.             0
  1769.             192,192,192
  1770.             
  1771.             EVENTS:17
  1772.                 OnClose
  1773.                     0
  1774.                     $Object Type : Dialog
  1775.                     $Event Name : OnClose
  1776.                     END
  1777.                 OnDragFile
  1778.                     0
  1779.                     $Object Type : Dialog
  1780.                     $Event Name : OnDragFile
  1781.                     $Parameter 0 : Number of files
  1782.                     $Parameter 1 : Pathname 1
  1783.                     $Parameter 2 : Pathname 2...
  1784.                     END
  1785.                 OnDraw
  1786.                     0
  1787.                     $Object Type : Dialog
  1788.                     $Event Name : OnDraw
  1789.                     END
  1790.                 OnHScroll
  1791.                     0
  1792.                     $Object Type : Dialog
  1793.                     $Event Name : OnHScroll
  1794.                     $Parameter 0 : Previous Position
  1795.                     $Parameter 1 : New Position
  1796.                     $Parameter 2 : Variation
  1797.                     END
  1798.                 OnLButtonDbClk
  1799.                     0
  1800.                     $Object Type : Dialog
  1801.                     $Event Name : OnLButtonDbClk
  1802.                     END
  1803.                 OnLButtonDown
  1804.                     0
  1805.                     $Object Type : Dialog
  1806.                     $Event Name : OnLButtonDown
  1807.                     END
  1808.                 OnLButtonUp
  1809.                     0
  1810.                     $Object Type : Dialog
  1811.                     $Event Name : OnLButtonUp
  1812.                     END
  1813.                 OnMButtonDbClk
  1814.                     0
  1815.                     $Object Type : Dialog
  1816.                     $Event Name : OnMButtonDbClk
  1817.                     END
  1818.                 OnMButtonDown
  1819.                     0
  1820.                     $Object Type : Dialog
  1821.                     $Event Name : OnMButtonDown
  1822.                     END
  1823.                 OnMButtonUp
  1824.                     0
  1825.                     $Object Type : Dialog
  1826.                     $Event Name : OnMButtonUp
  1827.                     END
  1828.                 OnMove
  1829.                     0
  1830.                     $Object Type : Dialog
  1831.                     $Event Name : OnMove
  1832.                     END
  1833.                 OnRButtonDbClk
  1834.                     0
  1835.                     $Object Type : Dialog
  1836.                     $Event Name : OnRButtonDbClk
  1837.                     END
  1838.                 OnRButtonDown
  1839.                     0
  1840.                     $Object Type : Dialog
  1841.                     $Event Name : OnRButtonDown
  1842.                     END
  1843.                 OnRButtonUp
  1844.                     0
  1845.                     $Object Type : Dialog
  1846.                     $Event Name : OnRButtonUp
  1847.                     END
  1848.                 OnSize
  1849.                     0
  1850.                     $Object Type : Dialog
  1851.                     $Event Name : OnSize
  1852.                     END
  1853.                 OnStart
  1854.                     0
  1855.                     $Object Type : Dialog
  1856.                     $Event Name : OnStart
  1857.                     $
  1858.                     $Charge les valeurs du fichier INI
  1859.                     $
  1860.                     $Ouvre le fichier INI se trouvant dans le mΩme rΘpertoire que celui de l'application
  1861.                     #m_Ini.Open<#System.GetProgramFolder<>&"settings.ini">
  1862.                     $Change le texte du contr⌠le m_EditDomain en rΘcupΘrant la valeur α partir du fichier INI
  1863.                     #m_EditDomain.SetText<#m_Ini.GetValue<"OPTIONS", "DOMAIN">>
  1864.                     $Change le texte du contr⌠le m_EditEmail en rΘcupΘrant la valeur α partir du fichier INI
  1865.                     #m_EditEmail.SetText<#m_Ini.GetValue<"OPTIONS", "EMAIL">>
  1866.                     $Ferme le fichier INI (trΦs important)
  1867.                     #m_Ini.Close<>
  1868.                     END
  1869.                 OnVScroll
  1870.                     0
  1871.                     $Object Type : Dialog
  1872.                     $Event Name : OnVScroll
  1873.                     $Parameter 0 : Previous Position
  1874.                     $Parameter 1 : New Position
  1875.                     $Parameter 2 : Variation
  1876.                     END
  1877.         Disk
  1878.             Disk
  1879.             New Object
  1880.             10,10,150,150
  1881.             WS_CHILD,WS_VISIBLE,
  1882.             
  1883.             
  1884.             0
  1885.             192,192,192
  1886.             
  1887.             EVENTS:0
  1888.         General
  1889.             General
  1890.             New Object
  1891.             10,10,150,150
  1892.             WS_CHILD,WS_VISIBLE,
  1893.             
  1894.             
  1895.             0
  1896.             192,192,192
  1897.             
  1898.             EVENTS:0
  1899.         Keyboard
  1900.             Keyboard
  1901.             New Object
  1902.             10,10,150,150
  1903.             WS_CHILD,WS_VISIBLE,
  1904.             
  1905.             
  1906.             0
  1907.             192,192,192
  1908.             
  1909.             EVENTS:3
  1910.                 OnDlgKeyDown
  1911.                     0
  1912.                     $Object Type : Keyboard
  1913.                     $Event Name : OnDlgKeyDown
  1914.                     $Parameter 0 : Key Pressed
  1915.                     END
  1916.                 OnKeyDown
  1917.                     0
  1918.                     $Object Type : Keyboard
  1919.                     $Event Name : OnKeyDown
  1920.                     $Parameter 0 : Key Pressed
  1921.                     END
  1922.                 OnKeyUp
  1923.                     0
  1924.                     $Object Type : Keyboard
  1925.                     $Event Name : OnKeyUp
  1926.                     $Parameter 0 : Key Pressed
  1927.                     END
  1928.         Math
  1929.             Math
  1930.             New Object
  1931.             10,10,150,150
  1932.             WS_CHILD,WS_VISIBLE,
  1933.             
  1934.             
  1935.             0
  1936.             192,192,192
  1937.             
  1938.             EVENTS:0
  1939.         MessageBox
  1940.             MessageBox
  1941.             New Object
  1942.             10,10,150,150
  1943.             WS_CHILD,WS_VISIBLE,
  1944.             
  1945.             
  1946.             0
  1947.             192,192,192
  1948.             
  1949.             EVENTS:0
  1950.         Mouse
  1951.             Mouse
  1952.             New Object
  1953.             10,10,150,150
  1954.             WS_CHILD,WS_VISIBLE,
  1955.             
  1956.             
  1957.             0
  1958.             192,192,192
  1959.             
  1960.             EVENTS:2
  1961.                 OnMove
  1962.                     0
  1963.                     $Object Type : Mouse
  1964.                     $Event Name : OnMove
  1965.                     END
  1966.                 OnWheel
  1967.                     0
  1968.                     $Object Type : Mouse
  1969.                     $Event Name : OnWheel
  1970.                     $Parameter 0 : -1 if move down and 1 if move up
  1971.                     END
  1972.         System
  1973.             System
  1974.             New Object
  1975.             10,10,150,150
  1976.             WS_CHILD,WS_VISIBLE,
  1977.             
  1978.             
  1979.             0
  1980.             192,192,192
  1981.             
  1982.             EVENTS:0
  1983.         Timer
  1984.             Timer
  1985.             New Object
  1986.             10,10,150,150
  1987.             WS_CHILD,WS_VISIBLE,
  1988.             
  1989.             
  1990.             0
  1991.             192,192,192
  1992.             
  1993.             EVENTS:1
  1994.                 OnTimer
  1995.                     0
  1996.                     $Object Type : Timer
  1997.                     $Event Name : OnTimer
  1998.                     $Parameter 0 : ID of the timer event
  1999.                     END
  2000.         m_EditDomain
  2001.             Edit
  2002.             
  2003.             127,19,256,22
  2004.             WS_CHILD,WS_VISIBLE,ES_AUTOHSCROLL,WS_BORDER,
  2005.             
  2006.             
  2007.             0
  2008.             192,192,192
  2009.             
  2010.             EVENTS:5
  2011.                 OnChange
  2012.                     0
  2013.                     $Object Type : Edit
  2014.                     $Event Name : OnChange
  2015.                     END
  2016.                 OnHScroll
  2017.                     0
  2018.                     $Object Type : Edit
  2019.                     $Event Name : OnHScroll
  2020.                     END
  2021.                 OnKillFocus
  2022.                     0
  2023.                     $Object Type : Edit
  2024.                     $Event Name : OnKillFocus
  2025.                     END
  2026.                 OnSetFocus
  2027.                     0
  2028.                     $Object Type : Edit
  2029.                     $Event Name : OnSetFocus
  2030.                     END
  2031.                 OnVScroll
  2032.                     0
  2033.                     $Object Type : Edit
  2034.                     $Event Name : OnVScroll
  2035.                     END
  2036.         m_TextDomain
  2037.             Text
  2038.             SMTP address :
  2039.             23,24,97,22
  2040.             WS_CHILD,WS_VISIBLE,
  2041.             
  2042.             
  2043.             0
  2044.             192,192,192
  2045.             
  2046.             EVENTS:0
  2047.         m_EditEmail
  2048.             Edit
  2049.             
  2050.             127,54,256,22
  2051.             WS_CHILD,WS_VISIBLE,ES_AUTOHSCROLL,WS_BORDER,
  2052.             
  2053.             
  2054.             0
  2055.             192,192,192
  2056.             
  2057.             EVENTS:5
  2058.                 OnChange
  2059.                     0
  2060.                     $Object Type : Edit
  2061.                     $Event Name : OnChange
  2062.                     END
  2063.                 OnHScroll
  2064.                     0
  2065.                     $Object Type : Edit
  2066.                     $Event Name : OnHScroll
  2067.                     END
  2068.                 OnKillFocus
  2069.                     0
  2070.                     $Object Type : Edit
  2071.                     $Event Name : OnKillFocus
  2072.                     END
  2073.                 OnSetFocus
  2074.                     0
  2075.                     $Object Type : Edit
  2076.                     $Event Name : OnSetFocus
  2077.                     END
  2078.                 OnVScroll
  2079.                     0
  2080.                     $Object Type : Edit
  2081.                     $Event Name : OnVScroll
  2082.                     END
  2083.         m_TextEmail
  2084.             Text
  2085.             Your email :
  2086.             23,56,87,22
  2087.             WS_CHILD,WS_VISIBLE,
  2088.             
  2089.             
  2090.             0
  2091.             192,192,192
  2092.             
  2093.             EVENTS:0
  2094.         m_Ini
  2095.             Ini
  2096.             New Object
  2097.             10,10,150,150
  2098.             WS_CHILD,WS_VISIBLE,
  2099.             
  2100.             
  2101.             0
  2102.             192,192,192
  2103.             
  2104.             EVENTS:0
  2105.         m_ButtonOK
  2106.             ButtonFlat
  2107.             OK
  2108.             141,89,111,25
  2109.             WS_CHILD,WS_VISIBLE,
  2110.             
  2111.             
  2112.             0
  2113.             192,192,192
  2114.             
  2115.             EVENTS:4
  2116.                 OnClick
  2117.                     0
  2118.                     $Object Type : Button
  2119.                     $Event Name : OnClick
  2120.                     $
  2121.                     $Sauve les valeurs modifiΘes dans le fichier INI
  2122.                     $
  2123.                     $Ouvre le fichier INI se trouvant dans le mΩme rΘpertoire que celui de l'application
  2124.                     #m_Ini.Open<#System.GetProgramFolder<>&"settings.ini">
  2125.                     $Sauve le texte du contr⌠le m_EditDomain dans le fichier INI
  2126.                     #m_Ini.SetValue<"OPTIONS", "DOMAIN", #m_EditDomain.GetText<>>
  2127.                     $Sauve le texte du contr⌠le m_EditDomain dans le fichier INI
  2128.                     #m_Ini.SetValue<"OPTIONS", "EMAIL", #m_EditEmail.GetText<>>
  2129.                     $Ferme le fichier INI (trΦs important)
  2130.                     #m_Ini.Close<>
  2131.                     $Ferme Θgalement la boite de dialogue
  2132.                     #OPTION.CloseDialog<>
  2133.                     END
  2134.                 OnMouseMove
  2135.                     0
  2136.                     $Object Type : ButtonFlat
  2137.                     $Event Name : OnMouseMove
  2138.                     END
  2139.                 OnSelect
  2140.                     0
  2141.                     $Object Type : ButtonFlat
  2142.                     $Event Name : OnSelect
  2143.                     END
  2144.                 OnUnselect
  2145.                     0
  2146.                     $Object Type : ButtonFlat
  2147.                     $Event Name : OnUnselect
  2148.                     END
  2149.